home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / recode < prev    next >
Text File  |  2006-05-02  |  2KB  |  52 lines

  1.  
  2. RECODE%|
  3. RECODE ADD %|[[<tag>/]<target>] <charset>
  4. RECODE REMOVE %|[<target>]
  5.  
  6. RECODE
  7.     %|List the conversion database
  8.  
  9. RECODE ADD %|[<tag>]|[[<tag>/]<target>] <charset>
  10.     %|Add an entry to the conversion database (if tag or target is 
  11.     omitted, the current channel or query will be used). You can specify 
  12.     the <tag> to have different charsets for the same <target> for
  13.     different networks. You can omit the target, and specify only the tag
  14.     if you want to add an entry for the network.
  15.  
  16. RECODE REMOVE %|[<tag>|<target>]
  17.     %|Remove an entry from the conversion database (if tag or target is
  18.     omitted, the current channel or query will be used)
  19.  
  20. To specify your local charset you have to set term_charset
  21.  
  22. Example:
  23.  
  24. /SET term_charset <charset>
  25.  
  26. To see the recode settings: /SET recode
  27.  
  28. You can change them with /SET 
  29.  
  30. Examples:
  31.  
  32. /SET recode OFF to turn off recode completely
  33.  
  34. /SET recode_fallback <charset> to set the fallback charset for incoming events
  35.  
  36. This charset is used if your term_charset is UTF-8 and the conversion for the target is not set and the text is not UTF-8.
  37.  
  38. /SET recode_out_default_charset <charset> to set the global outgoing charset
  39.  
  40. When it's set to a charset it will be used if no conversion for the target is set.
  41.  
  42. /SET recode_transliterate ON to enable the global transliteration.
  43.  
  44. The transliteration is based on your locale settings, if it doesn't work properly your locale settings may be wrong. You can enable it per target by adding //TRANSLIT to the <charset>
  45.  
  46. /SET recode_autodetect_utf8 OFF to turn automatic UTF-8 detection off.
  47.  
  48. Hint: <charset> can be almost everything listed by 'iconv -l'
  49.  
  50. See also: NETWORK
  51.  
  52.